'Declaration
<DispIdAttribute(2)> Sub AddFontFolder( _ ByVal Path As String _ )
[DispId(2)] void AddFontFolder( string Path )
procedure AddFontFolder( Path: String );
DispIdAttribute(2) function AddFontFolder( Path : String );
[DispId(2)] void AddFontFolder( string* Path )
[DispId(2)] void AddFontFolder( String^ Path )
Parameters
- Path